ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

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;
};
  • ContainerFullValue type
Copyright © 2023 ActiveViam