Interface LayoutParameterCreationOptions

interface LayoutParameterCreationOptions {
    name: string;
}

Properties

Properties

name: string