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

Methods

  • This method renames a character style by the id

    Parameters

    • characterStyleId: string

      the id of a specific character style

    • characterStyleName: string

      the new name of the character style

    Returns Promise<EditorResponse<null>>