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

    Type Alias NewTilesFormsApp

    NewTilesFormsApp: _NewFormsApp & {
        draftsAreShared?: boolean;
        requireAppUserLogin?: boolean;
        slug: string;
        styles: TilesStyles;
        type: "TILES";
    }

    Type declaration

    • OptionaldraftsAreShared?: boolean

      Whether draft submissions are shared between all app users for this app.

    • OptionalrequireAppUserLogin?: boolean

      If true, app users will be required to login before being able to view any of the Forms App content

    • slug: string

      Unique domain safe text to identify the app

    • styles: TilesStyles
    • type: "TILES"