Type alias IContentViewColumn

IContentViewColumn: {
    id: Scalars["ID"];
    isVisible: Scalars["Boolean"];
    position: Scalars["Int"];
    type: ContentViewColumnType;
    width?: Maybe<Scalars["Int"]>;
}

Type declaration

Generated using TypeDoc