typograph-editor-documentation
    Preparing search index...

    Variable setActiveGuide

    setActiveGuide: (g: Guide | null) => void = ...

    Make a guide the active one. No-op in the viewer, which has no guides.

    Type Declaration

      • (g: Guide | null): void
      • Parameters

        • g: Guide | null

        Returns void