Interface AsukaCanvas2DTextMutationOptions
interface AsukaCanvas2DTextMutationOptions { commit?: boolean; preview?: boolean; source?: string; } Properties
Optionalcommit
commit?: boolean
Optionalpreview
preview?: boolean
Optionalsource
source?: string