Type Alias AppAttributes

type AppAttributes = {
    description?: string;
    locale?: string;
    name?: string;
    spaceId?: string;
    usage?: UsageEnum;
}
Index

Properties

description?: string

The description of the application

locale?: string

Set custom locale instead of the system default

name?: string

The name (title) of the application

spaceId?: string

The space ID of the application

usage?: UsageEnum