@ascentbv/ts-common - v1.0.209
    Preparing search index...

    Interface OptionalActionFormElementType

    interface OptionalActionFormElementType {
        type?: ActionFormElementType;
        lang?: string | RawMessage;
        enabled: boolean;
        texture?: string;
    }
    Index

    Properties

    lang?: string | RawMessage
    enabled: boolean
    texture?: string