Interface AsukaCanvas2DTextMutationOptions

interface AsukaCanvas2DTextMutationOptions {
    commit?: boolean;
    preview?: boolean;
    source?: string;
}

Properties

commit?: boolean
preview?: boolean
source?: string