API Documentation
    Preparing search index...

    Interface PopupDefinitionFactory

    Factory for creating PopupDefinition instances.

    interface PopupDefinitionFactory {
        createPopupDefinition(
            name: string,
        ): PopupDefinition | Promise<PopupDefinition | undefined> | undefined;
        getTypes(): string[] | Promise<string[]>;
    }
    Index

    Methods

    • Returns string[] | Promise<string[]>

      List of popup types supported by this factory.