Home > @activeviam/activeui-sdk > ContainerFullValue
ContainerFullValue type
Signature:
export declare type ContainerFullValue = Omit<BookmarkContent, 'type'> & {
type: 'container';
value: ContainerValue<any>;
contentServerUrl?: Url;
id?: BookmarkId;
path?: BookmarkPath;
pathCaption?: string;
writable?: boolean;
};