interface JavaScriptFieldOptions {
    async: boolean;
}

Properties

Properties

async: boolean

Does the field allow async code?