Type alias ContentViewFieldColumn

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

Generated using TypeDoc