Interface CreateSchemaOptions
interface CreateSchemaOptions {
description?: string;
initialize?: boolean;
schemaDefinitionResource?: string;
title?: string;
userManagement?: boolean;
}
description?: string;
initialize?: boolean;
schemaDefinitionResource?: string;
title?: string;
userManagement?: boolean;
}
Index
Properties
Optional
description
description?: string
Optional
initialize
initialize?: boolean
Set to false to skip initializing the schema based on moduledefinition
Optional
schema Definition Resource
schemaDefinitionResource?: string
Override the schemaresource to use for initialization
Optional
title
title?: string
Title
Optional
user Management
userManagement?: boolean
Whether this schema is used for user management
Description