Interface GridColumnCreationOptions

interface GridColumnCreationOptions {
    name: string;
}

Properties

Properties

name: string