Type Alias ActiveDocumentInfo

ActiveDocumentInfo: {
    documentId: string;
    documentName: string | null;
    documentType: string | null;
    moduleName: string | null;
}

Type declaration

  • documentId: string

    The ID of the active document

  • documentName: string | null

    The name of the active document, if it has one.

  • documentType: string | null

    The SDK type of the active document, if applicable

    Microflows$Microflow
    
  • moduleName: string | null

    The name of the module containing the active document. Can be null for app document editors (e.g. system texts).