Type Alias CanvasRetrieve
CanvasRetrieve: { access_type?: AccessTypeEnum; account?: Account | null; content?: Record<string, any>; context?: Record<string, any>; created_at: string; created_by: MiniUser; events: MiniEvent[]; expires_at?: string | null; folder_id?: string | null; id: string; indicators?: Record<string, any> | null; instance_id: string; is_block?: boolean; is_default?: boolean; is_draft?: boolean; is_editable?: boolean; is_section?: boolean; is_template?: boolean; metadata?: Record<string, any>; modified_at: string; modified_by: MiniUser; name: string; owned_by: MiniUser; sections: CanvasSection[]; shared_link: MiniSharedLink; start_at?: string | null; tags?: string[]; template: MiniCanvas; theme?: Record<string, any> | null; thumbnail_url?: string | null;} Type declaration
Optional
account?: Account | null
Optional
content?: Record<string, any>
Optional
context?: Record<string, any>
Readonly
created_at: string
Readonly
created_by: MiniUser
Optional
expires_at?: string | null
Optional
folder_id?: string | null
Readonly
id: string
Optional
indicators?: Record<string, any> | null
instance_id: string
Optional
is_block?: boolean
Optional
is_default?: boolean
Optional
is_draft?: boolean
Optional
is_editable?: boolean
Optional
is_section?: boolean
Optional
is_template?: boolean
Optional
metadata?: Record<string, any>
Readonly
modified_at: string
Readonly
modified_by: MiniUser
name: string
Readonly
owned_by: MiniUser
Optional
start_at?: string | null
Optional
tags?: string[]
Optional
theme?: Record<string, any> | null
Optional
thumbnail_url?: string | null