The CharacterStyleController is responsible for all communication regarding character styles. Methods inside this controller can be called by window.SDK.characterStyle.{method-name}

Hierarchy

  • CharacterStyleController

Methods

  • This method renames a character style by the id

    Returns

    Parameters

    • characterStyleId: string

      the id of a specific character style

    • characterStyleName: string

      the new name of the character style

    Returns Promise<EditorResponse<null>>

Generated using TypeDoc