@oneblink/sdk
    Preparing search index...

    Interface NewWorkspace

    interface NewWorkspace {
        colour?: string;
        description?: string;
        environmentOptions: _BaseFormsAppEnvironment;
        environmentOrdering?: number[];
        icon?: string;
        label: string;
        organisationId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    colour?: string

    The colour of the workspace, in hexadecimal format (for example, #0099EE)

    description?: string

    The description of the workspace

    environmentOptions: _BaseFormsAppEnvironment

    When a workspace is created an environment will automatically be created. The environmentOptions will be used to create the environment for the workspace

    environmentOrdering?: number[]

    The ordering of the environments in the workspace

    icon?: string

    The icon to display on the workspace

    label: string
    organisationId: string

    The identifier of the organisation the resource is associated with