プロパティエディタの基底型

interface PropertyEditorBase {
    propertyName: string;
    type: string;
}

Hierarchy (view full)

Properties

Properties

propertyName: string

プロパティ名

type: string

エディタの種類