@umbraco-cms/backoffice
    Preparing search index...

    Type Alias Attribute

    type Attribute = {
        default?: any;
        isRequired?: boolean;
        keepOnSplit?: boolean;
        parseHTML?: ((element: HTMLElement) => any | null) | null;
        rendered?: boolean;
        renderHTML?:
            | ((attributes: Record<string, any>) => Record<string, any> | null)
            | null;
        validate?: string | ((value: any) => void);
    }
    Index

    Properties

    default?: any
    isRequired?: boolean
    keepOnSplit?: boolean
    parseHTML?: ((element: HTMLElement) => any | null) | null
    rendered?: boolean
    renderHTML?:
        | ((attributes: Record<string, any>) => Record<string, any> | null)
        | null
    validate?: string | ((value: any) => void)