CreateSchemaOptions | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Interface CreateSchemaOptions

    interface CreateSchemaOptions {
        description?: string;
        initialize?: boolean;
        schemaDefinitionResource?: string;
        title?: string;
        userManagement?: boolean;
    }
    Index

    Properties

    description?: string

    Description

    initialize?: boolean

    Set to false to skip initializing the schema based on moduledefinition

    schemaDefinitionResource?: string

    Override the schemaresource to use for initialization

    title?: string

    Title

    userManagement?: boolean

    Whether this schema is used for user management