@mendix/extensions-api - v0.2.4
    Preparing search index...

    Type Alias ActiveDocumentInfo

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

    Properties

    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).