Type alias ContentViewColumn

ContentViewColumn: {
    __typename?: "ContentViewColumn";
    field: IField;
    id: Scalars["ID"];
    isVisible: Scalars["Boolean"];
    position: Scalars["Int"];
    width?: Maybe<Scalars["Int"]>;
}

Type declaration

Generated using TypeDoc