interface IOSettings {
    variableAttachmentHighlightExported?: boolean;
}

Properties

variableAttachmentHighlightExported?: boolean

Set if variable attachment highlight needs to be exported or not. Default: true

Generated using TypeDoc