Interface SolutionExtensionMetadata

interface SolutionExtensionMetadata {
    containerRestrictions?: string[];
    fullScreenMode?: boolean;
    iconClass?: string;
    mainDocumentOnly?: boolean;
    path?: string;
    renderAs?: ControlType;
    requiredServices?: RequiredResourcesExpression;
    showInToolbox?: "true" | "false";
    states?: ControlStates;
    useDragHandle?: boolean;
}

Properties

containerRestrictions?: string[]
fullScreenMode?: boolean
iconClass?: string
mainDocumentOnly?: boolean
path?: string
renderAs?: ControlType
requiredServices?: RequiredResourcesExpression
showInToolbox?: "true" | "false"
states?: ControlStates
useDragHandle?: boolean