@oneblink/sdk-core
    Preparing search index...

    Type Alias FormsAppContainerMenuItem

    FormsAppContainerMenuItem: FormsAppBaseMenuItem & {
        formIds: number[];
        type: "CONTAINER";
    }

    Type declaration

    • formIds: number[]

      The ids of the forms within the container

    • type: "CONTAINER"

      Type of menu item