Type Alias ChangeStore

type ChangeStore = {
    createdAt?: string;
    createdBy?: string;
    primaryKey?: PrimaryKey;
    publishRefId?: string;
    referenceId?: ReferenceId;
    spaceId?: string;
    storeId?: string;
    storeName?: string;
    tenantId?: string;
    updatedAt?: string;
    usedBy?: UsedByArray;
}
Index

Properties

createdAt?: string

The time when the change store was created.

createdBy?: string

The id of the user who created the change store.

primaryKey?: PrimaryKey

The list of primary key columns for the change store.

publishRefId?: string

The publish reference id used to map stores across published apps/spaces.

referenceId?: ReferenceId

The reference id used to identify related editable-columns or change stores.

spaceId?: string

The space id where the change store is located.

storeId?: string

The id of the change store.

storeName?: string

The name of the change store.

tenantId?: string

The tenant id the change store belongs to.

updatedAt?: string

The time when the change store was last updated.

usedBy?: UsedByArray

List of chart/app references.