Back to Website
Show / Hide Table of Contents

Class CreateBulletedListItemCmdData

Data required to initialize the command.

Package: @aurigma/design-atoms-text

Constructors

(constructor)(paragraphIndex, bulletCharCode)

Constructs a new instance of the CreateBulletedListItemCmdData class

Declaration
constructor(paragraphIndex: number, bulletCharCode: number);
Parameters
Type Name Description
number paragraphIndex
number bulletCharCode

Properties

bulletCharCode

Character code used as 'bullet' (e.g., code 8225 used for “‡“).

Declaration
bulletCharCode: number;
Property Value
Type Description
number

Character code used as 'bullet' (e.g., code 8225 used for “‡“).

paragraphIndex

A paragraph index to create a list item.

Declaration
paragraphIndex: number;
Property Value
Type Description
number

A paragraph index to create a list item.

Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2024 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback