Interface ResourceOptions

interface ResourceOptions {
    label?: string;
}

Properties

Properties

label?: string