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

    Type Alias OptionalActionFormElementType

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

    Properties

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