interface LoadStyleSheetResource {
    filepath: string;
    insertBefore?: boolean;
    resourceName: string;
}

Properties

filepath: string
insertBefore?: boolean
resourceName: string