NusaPlaceholder Interface
Declaration
export interface NusaPlaceholder
Properties
description Property
Declaration
description: string
Property Value
Type |
---|
string |
id Property
Declaration
id: NusaRichEditPlaceholderId
Property Value
Type |
---|
NusaRichEditPlaceholderId |
values Property
Declaration
values: ({
spokenForm: string;
value: string;
} | string[])[]
Property Value
Type |
---|
string[] | {spokenForm: string, value: string}[] |
Feedback